From: Jim Blandy Date: Thu, 27 May 1993 01:12:16 +0000 (+0000) Subject: Don't forget to remove temporary files. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95905 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8f731fcc051beffc2f4c72fde699101a3a9b49fc;p=emacs.git Don't forget to remove temporary files. --- diff --git a/make-dist b/make-dist index 34fbf0f7312..6c4117a2439 100755 --- a/make-dist +++ b/make-dist @@ -95,6 +95,7 @@ if [ "${bogosities}" != "" ]; then echo "The following .elc files have no corresponding .el files:" echo "${bogosities}" fi +rm -f /tmp/el /tmp/elc echo "Creating staging directory: \`${tempparent}'" mkdir ${tempparent}